home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / doom / udoom-1.1 / udoom-1 / patchit < prev    next >
Text File  |  1995-07-31  |  498b  |  23 lines

  1. #! /bin/sh
  2.  
  3. echo
  4. echo "        Please have a look at this script before running it."
  5. echo
  6. exit 1
  7.  
  8. # !!! If you have used version 1.0 of this patch before,
  9. # !!! please apply this patch to the original version of xdoom/sdoom
  10. # !!! not the patched ones.
  11.  
  12. # You can patch both xdoom & sdoom, see the lines below.
  13. # Make sure the program you want to patch is
  14. # in the current directory and named either
  15. # "xdoom" or "sdoom".
  16.  
  17. # patch xdoom
  18. ./pat @udoom.pat@xdoom
  19.  
  20. # patch sdoom
  21. ./pat @udoom.pat@sdoom
  22.  
  23.